VerboseIsObject returns TRUE if the specified value is a reference to an object. If the value is not a reference to an object, then the routine displays diagnostic information about the value in the Debug Transcript.
The obj parameter is the value to be tested.
MacApp calls VerboseIsObject from global failure routines and from certain routines that operate on the fields of objects. You can use this routine to test the validity of objects in debugging versions of your application.
-- part contents for background part 5
----- text -----
Unit: UObject
-- part contents for background part 23
----- text -----
ROUTINE
-- part contents for background part 2
----- text -----
VerboseIsObject
-- part contents for background part 20
----- text -----
FUNCTION VerboseIsObject(obj: UNIV TObject): BOOLEAN;